-- $Id: CISCO-RFC1231-CAPABILITY.my,v 3.2 1995/11/17 08:34:33 hampton Exp $
-- $Source: /swtal/cherf.111/ios/sys/MIBS/CISCO-RFC1231-CAPABILITY.my,v $
-- *****************************************************************
-- CISCO-RFC1231-CAPABILITY.my: RFC1231-MIB AGENT-CAPABILITIES
--
-- August 1994, Jeffrey T. Johnson
--
-- Copyright (c) 1994 by cisco Systems, Inc.
-- All rights reserved.
-- 
-- *****************************************************************
-- $Log: CISCO-RFC1231-CAPABILITY.my,v $
-- Revision 3.2  1995/11/17  08:34:33  hampton
-- Remove old entries from the RCS header logs.
--
-- Revision 3.1  1995/11/09  10:50:17  shaker
-- Bump version numbers from 2.x to 3.x.
--
-- Revision 2.1  1995/06/07  20:00:45  hampton
-- Bump version numbers from 1.x to 2.x.
--
-- *****************************************************************
-- $Endlog$

CISCO-RFC1231-CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;

ciscoRFC1231Capability MODULE-IDENTITY
                LAST-UPDATED    "9408180000Z"
                ORGANIZATION    "Cisco Systems, Inc."
                CONTACT-INFO
                        "       Cisco Systems
                                Customer Service
                        
                        Postal: 170 West Tasman Drive
                                San Jose, CA  95134
                                USA
                        
                           Tel: +1 800 553-NETS
                        
                        E-mail: cs-snmp@cisco.com"
                DESCRIPTION
                        "Agent capabilities for RFC1231-MIB (Token Ring MIB)"
                REVISION        "9408180000Z"
                DESCRIPTION
                        "Initial version of this MIB module."
        ::= { ciscoAgentCapability 105 }

ciscoRFC1231CapabilityV10R02 AGENT-CAPABILITIES

PRODUCT-RELEASE "Cisco IOS 10.2"
STATUS          current
DESCRIPTION     "Token Ring MIB capabilities"

SUPPORTS        RFC1231-MIB
INCLUDES        { dot5Group }

VARIATION       dot5RingState
SYNTAX          INTEGER { opened(1), closed(2), opening(3), 
                    openFailure(5) }
-- no            { closing(4), ringFailure(6) }
DESCRIPTION     "Unable to detect all states"

VARIATION       dot5RingSpeed
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       dot5ActMonParticipate
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       dot5Functional
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       dot5StatsAbortTransErrors
SYNTAX          INTEGER (0..0)
DESCRIPTION     "Hardcoded to 0"

VARIATION       dot5StatsLobeWires
SYNTAX          INTEGER (0..0)
DESCRIPTION     "Hardcoded to 0"

VARIATION       dot5StatsRemoves
SYNTAX          INTEGER (0..0)
DESCRIPTION     "Hardcoded to 0"

VARIATION       dot5TimerIfIndex
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerReturnRepeat
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerHolding
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerQueuePDU
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerValidTransmit
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerNoToken
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerActiveMon
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerStandbyMon
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerErrorReport
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerBeaconTransmit
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

VARIATION       dot5TimerBeaconReceive
ACCESS          not-implemented
DESCRIPTION     "Table for dot5TimerEntry not supported"

        ::= { ciscoRFC1231Capability 1 }

END